Menu Top
Applied Mathematics for Class 11th & 12th (Concepts and Questions)
11th Concepts Questions
12th Concepts Questions

Applied Maths Class 11th Chapters (Concepts)
1. Numbers and Quantification 2. Numbers Applications 3. Sets
4. Relations 5. Sequences and Series 6. Permutations and Combinations
7. Mathematical Reasoning 8. Calculus 9. Probability
10. Descriptive Statistics 11. Financial Mathematics 12. Coordinate Geometry

Content On This Page
Straight line Circle Parabola


Chapter 12 Coordinate Geometry (Concepts)

Welcome to this fundamental chapter on Coordinate Geometry in two dimensions, a critical bridge between algebra and geometry. This powerful system allows us to represent geometric shapes and relationships using algebraic equations, enabling precise analysis and problem-solving. The concepts covered here are foundational for calculus, linear algebra, computer graphics, physics simulations, geographical information systems (GIS), and numerous other applied fields where spatial relationships need to be quantified and manipulated. This chapter will equip you with the essential tools – formulas, equations, and analytical techniques – for working with points and Straight Lines in the Cartesian plane, translating geometric intuition into algebraic rigor and vice versa.

We begin with a review of the Cartesian coordinate system, establishing the framework of perpendicular x and y axes, the origin (0,0), the division of the plane into four quadrants, and the method for uniquely locating any point using an ordered pair of coordinates $(x, y)$. Building upon this, we introduce key formulas for analyzing relationships between points:

A central concept is the slope (or gradient, denoted by $m$) of a straight line, which measures its steepness or inclination. We explore its calculation using two points on the line, $m = \frac{y_2-y_1}{x_2-x_1}$, and its relationship with the angle of inclination $\theta$ (the angle the line makes with the positive x-axis), $m = \tan \theta$. The slope's interpretation as a rate of change is highlighted. Crucial conditions related to slopes are: lines are parallel if and only if their slopes are equal ($m_1 = m_2$), and they are perpendicular if and only if the product of their slopes is -1 ($m_1 m_2 = -1$, assuming neither line is vertical).

The chapter then delves into the various standard forms used to represent the equation of a straight line algebraically:

Converting between these forms and understanding the information each provides is essential. Numerous applications are explored, such as finding the equation of a line satisfying specific geometric constraints (e.g., passing through a given point and parallel to another line, or perpendicular bisector of a segment), calculating the angle between two lines, finding the perpendicular distance of a point from a line, and the distance between two parallel lines. Conceptually, coordinate methods are demonstrated for solving geometric problems like finding coordinates of triangle centers (centroid, etc.) or proving properties of quadrilaterals, showcasing the power of this analytical approach.



Straight line

Coordinate geometry is a branch of geometry where the position of points is described using coordinates, and geometric figures are studied using algebraic equations. The straight line is one of the most basic and fundamental geometric objects in the Cartesian plane. In coordinate geometry, a straight line is defined as the locus of a point that moves in a constant direction, meaning its slope is constant. It can be represented by a linear equation involving the coordinates $x$ and $y$.

Before delving into the equations and properties of a straight line, let's recap some fundamental concepts and formulas from coordinate geometry that are essential tools for working with lines.


Basic Formulas in Coordinate Geometry

1. Distance Formula:

The Distance Formula is used to calculate the distance between any two points in a two-dimensional Cartesian coordinate system.

Let $P$ be a point with coordinates $(x_1, y_1)$ and $Q$ be another point with coordinates $(x_2, y_2)$. The distance between points $P$ and $Q$, denoted as $d(P, Q)$ or simply $d$, is given by:

$\text{d}(P, Q) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

... (i)

Derivation:

Consider the points $P(x_1, y_1)$ and $Q(x_2, y_2)$ in the Cartesian plane. Draw a line segment connecting P and Q. Now, draw a horizontal line through P and a vertical line through Q. These two lines intersect at a point, let's call it R. The coordinates of R will be $(x_2, y_1)$.

Diagram showing two points P(x1,y1) and Q(x2,y2) and a right-angled triangle formed with vertex R(x2,y1), illustrating the sides PR=|x2-x1| and QR=|y2-y1|.

The points P, Q, and R form a right-angled triangle PQR, with the right angle at R.

The length of the horizontal side PR is the absolute difference in the x-coordinates: $\text{PR} = |x_2 - x_1|$.

The length of the vertical side QR is the absolute difference in the y-coordinates: $\text{QR} = |y_2 - y_1|$.

The distance $d(P, Q)$ is the length of the hypotenuse PQ. By the Pythagorean theorem in the right-angled triangle PQR:

$(d(P, Q))^2 = (\text{PR})^2 + (\text{QR})^2$

[Pythagorean Theorem]

$(d(P, Q))^2 = (|x_2 - x_1|)^2 + (|y_2 - y_1|)^2$

$(d(P, Q))^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2$

[Since $(|a|)^2 = a^2$]

Taking the square root of both sides (and considering only the positive root as distance is non-negative):

$\text{d}(P, Q) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

This is the distance formula.

Example 1. Find the distance between the points A(2, 3) and B(5, 7).

Answer:

Given points are A(2, 3) and B(5, 7).

Let $(x_1, y_1) = (2, 3)$ and $(x_2, y_2) = (5, 7)$.

Using the distance formula (Formula (i)):

$\text{d}(A, B) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

Substitute the coordinates of the points:

$\text{d} = \sqrt{(5 - 2)^2 + (7 - 3)^2}$

$\text{d} = \sqrt{(3)^2 + (4)^2}$

$\text{d} = \sqrt{9 + 16}$

$\text{d} = \sqrt{25}$

$\text{d} = 5$

[Distance between A and B]

The distance between the points (2, 3) and (5, 7) is 5 units.


2. Section Formula:

The Section Formula is used to find the coordinates of a point that divides a line segment joining two given points in a specific ratio. The division can be internal or external.

Let the line segment join points $P(x_1, y_1)$ and $Q(x_2, y_2)$. Let $R(x, y)$ be a point that divides the segment PQ in the ratio $m_1 : m_2$.

a) Internal Division:

If the point $R(x, y)$ lies on the line segment PQ (between P and Q), it divides PQ internally in the ratio $m_1 : m_2$. The coordinates of R are given by:

$(x, y) = \left( \frac{m_1 x_2 + m_2 x_1}{m_1 + m_2}, \frac{m_1 y_2 + m_2 y_1}{m_1 + m_2} \right)$

... (ii)

Derivation for Internal Division:

Diagram showing points P(x1,y1), Q(x2,y2) and R(x,y) dividing PQ internally. Perpendiculars from P, R, Q to x-axis at A(x1,0), B(x,0), C(x2,0). Horizontal lines from P and R meeting RB and QC respectively. Illustrating similar triangles.

Let P, Q, and R be the points $(x_1, y_1)$, $(x_2, y_2)$, and $(x, y)$ respectively, such that R divides PQ internally in the ratio $m_1 : m_2$. This means $\frac{PR}{RQ} = \frac{m_1}{m_2}$.

Draw perpendiculars from P, R, and Q to the x-axis, meeting it at A, B, and C respectively. The coordinates of A, B, C are $(x_1, 0)$, $(x, 0)$, and $(x_2, 0)$.

Draw a line through P parallel to the x-axis, intersecting RB at D and QC at E.

Then $\text{PD} = \text{AB} = x - x_1$, $\text{RE} = \text{BC} = x_2 - x$.

Also, $\text{RD} = y - y_1$, $\text{QE} = y_2 - y$.

In $\triangle \text{PDR}$ and $\triangle \text{REQ}$, we have:

Thus, $\triangle \text{PDR} \sim \triangle \text{REQ}$ by AAA similarity.

Since the triangles are similar, the ratio of corresponding sides is equal:

$\frac{PR}{RQ} = \frac{PD}{RE} = \frac{RD}{QE}$

We are given $\frac{PR}{RQ} = \frac{m_1}{m_2}$. So,

$\frac{m_1}{m_2} = \frac{x - x_1}{x_2 - x}$

Cross-multiplying:

$m_1 (x_2 - x) = m_2 (x - x_1)$

$m_1 x_2 - m_1 x = m_2 x - m_2 x_1$

$m_1 x_2 + m_2 x_1 = m_2 x + m_1 x$

$m_1 x_2 + m_2 x_1 = x (m_1 + m_2)$

$x = \frac{m_1 x_2 + m_2 x_1}{m_1 + m_2}$

Similarly, using the ratio of the vertical sides:

$\frac{m_1}{m_2} = \frac{y - y_1}{y_2 - y}$

Cross-multiplying:

$m_1 (y_2 - y) = m_2 (y - y_1)$

$m_1 y_2 - m_1 y = m_2 y - m_2 y_1$

$m_1 y_2 + m_2 y_1 = m_2 y + m_1 y$

$m_1 y_2 + m_2 y_1 = y (m_1 + m_2)$

$y = \frac{m_1 y_2 + m_2 y_1}{m_1 + m_2}$

Combining the x and y coordinates, we get the internal section formula (ii).

b) External Division:

If the point $R(x, y)$ lies on the line containing segment PQ but outside the segment (either on the extension of PQ or QP), it divides PQ externally in the ratio $m_1 : m_2$. The coordinates of R are given by:

$(x, y) = \left( \frac{m_1 x_2 - m_2 x_1}{m_1 - m_2}, \frac{m_1 y_2 - m_2 y_1}{m_1 - m_2} \right)$

... (iii)

Note: For external division, the ratio $m_1 : m_2$ implies that R is $m_1$ units away from P and $m_2$ units away from Q. If $m_1 > m_2$, R lies on the extension of PQ beyond Q. If $m_1 < m_2$, R lies on the extension of QP beyond P. The derivation is similar to internal division using similar triangles, but with careful attention to the signs of the ratios and segments. Alternatively, external division in ratio $m_1:m_2$ is equivalent to internal division in ratio $m_1:(-m_2)$. Substituting $-m_2$ for $m_2$ in the internal division formula gives the external division formula.

c) Midpoint Formula:

The midpoint of a line segment is a special case of internal division where the ratio is $1 : 1$ (i.e., $m_1 = 1$ and $m_2 = 1$). Substituting $m_1=1$ and $m_2=1$ into the internal section formula (ii):

$(x, y) = \left( \frac{1 \cdot x_2 + 1 \cdot x_1}{1 + 1}, \frac{1 \cdot y_2 + 1 \cdot y_1}{1 + 1} \right)$

$(x, y) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)$

... (iv)

This is the midpoint formula, which gives the coordinates of the midpoint of the segment joining $(x_1, y_1)$ and $(x_2, y_2)$.


3. Area of a Triangle:

The Area of a Triangle whose vertices are given by their coordinates can be calculated using a specific formula derived from coordinate geometry principles.

Let the vertices of a triangle be $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$. The area of triangle ABC is given by:

$\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|$

... (v)

The absolute value is used because the area of a geometric figure is always non-negative. The expression inside the absolute value can be positive or negative depending on the order in which the vertices are taken (clockwise or counterclockwise).

Alternative representation using Determinants:

$\text{Area} = \frac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \right| = \frac{1}{2} |x_1(y_2 \cdot 1 - y_3 \cdot 1) - y_1(x_2 \cdot 1 - x_3 \cdot 1) + 1(x_2 y_3 - x_3 y_2)|$

$\text{Area} = \frac{1}{2} |x_1(y_2 - y_3) - y_1(x_2 - x_3) + (x_2 y_3 - x_3 y_2)|$

$= \frac{1}{2} |x_1 y_2 - x_1 y_3 - x_2 y_1 + x_3 y_1 + x_2 y_3 - x_3 y_2|$

$= \frac{1}{2} |x_1 y_2 - x_1 y_3 + x_2 y_3 - x_2 y_1 + x_3 y_1 - x_3 y_2|$

$= \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|$

This confirms the formula (v).

Condition for Collinearity of Three Points:

If three points $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$ are collinear (lie on the same straight line), the area of the triangle formed by them is zero.

$\text{Area} = 0 \implies x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) = 0$

This condition is useful for checking if three points are collinear.


Slope of a Line

The Slope (or gradient) of a straight line is a numerical measure that describes the steepness and direction of the line. It is the ratio of the vertical change (rise) to the horizontal change (run) between any two distinct points on the line. The slope is constant for any given straight line.

1. Slope from Two Points:

If a line passes through two distinct points $P(x_1, y_1)$ and $Q(x_2, y_2)$, the slope of the line, denoted by $m$, is given by:

$\text{m} = \frac{\text{Change in y}}{\text{Change in x}} = \frac{y_2 - y_1}{x_2 - x_1}$

... (vi)

This formula is valid only if $x_1 \neq x_2$.

Derivation:

Consider the points $P(x_1, y_1)$ and $Q(x_2, y_2)$. The change in y is $y_2 - y_1$, and the change in x is $x_2 - x_1$. The slope is defined as the ratio of these changes.

Diagram illustrating slope calculation using two points P(x1,y1) and Q(x2,y2). Showing right triangle with horizontal side x2-x1 and vertical side y2-y1.

Draw a horizontal line through P and a vertical line through Q, meeting at R $(x_2, y_1)$. The slope is the ratio of the length QR to the length PR.

$\text{m} = \frac{QR}{PR} = \frac{y_2 - y_1}{x_2 - x_1}$

This simple ratio is the definition of the slope.

2. Slope from Angle of Inclination:

The angle of inclination of a straight line is the angle ($\theta$) formed by the line with the positive direction of the x-axis, measured counterclockwise. This angle is typically taken in the range $0^\circ \leq \theta < 180^\circ$.

The slope $m$ of a line is equal to the tangent of its angle of inclination.

$\text{m} = \tan \theta$

... (vii)

This formula is valid provided $\theta \neq 90^\circ$ (since $\tan 90^\circ$ is undefined, corresponding to a vertical line).

Relationship between Slope and Angle of Inclination:

Derivation:

Diagram illustrating slope as tangent of angle of inclination. Line passing through origin and point (x,y) making angle theta with positive x-axis. Showing a right triangle with opposite side y and adjacent side x.

Consider a line making an angle $\theta$ with the positive x-axis. Take any two distinct points $P(x_1, y_1)$ and $Q(x_2, y_2)$ on the line. From the definition of slope, $m = \frac{y_2 - y_1}{x_2 - x_1}$.

Draw a line through P parallel to the x-axis. Draw a perpendicular from Q to this horizontal line, meeting it at R. The coordinates of R are $(x_2, y_1)$. The angle $\angle \text{QPR}$ is equal to the angle of inclination $\theta$ (corresponding angles).

In the right-angled triangle PQR, the side opposite to angle $\theta$ is $\text{QR} = y_2 - y_1$, and the side adjacent to angle $\theta$ is $\text{PR} = x_2 - x_1$.

The tangent of the angle $\theta$ in $\triangle \text{PQR}$ is given by:

$\tan \theta = \frac{\text{Opposite}}{\text{Adjacent}} = \frac{QR}{PR} = \frac{y_2 - y_1}{x_2 - x_1}$

Since $m = \frac{y_2 - y_1}{x_2 - x_1}$, we have $m = \tan \theta$.


Equations of a Straight Line

A straight line in the Cartesian plane can be represented by a linear equation in two variables $x$ and $y$. The form of the equation depends on the information given about the line (e.g., its slope, points it passes through, or its intercepts). Let's explore the different forms of the equation of a straight line.

1. Slope-Intercept Form:

This form is used when the slope ($m$) of the line and its y-intercept ($c$) are known. The y-intercept is the y-coordinate of the point where the line crosses the y-axis. This point has coordinates $(0, c)$.

The equation of a line with slope $m$ and y-intercept $c$ is given by:

$\text{y} = \text{mx} + \text{c}$

... (viii)

Derivation:

Diagram showing a line with slope m and y-intercept c. Point (0,c) is on the y-axis. Generic point (x,y) is on the line.

Consider a line with slope $m$ and y-intercept $c$. This line passes through the point $(0, c)$.

Let $(x, y)$ be any arbitrary point on this line, distinct from $(0, c)$.

Using the formula for the slope of a line passing through two points (Formula (vi)) with $(x_1, y_1) = (0, c)$ and $(x_2, y_2) = (x, y)$:

$\text{m} = \frac{y - c}{x - 0}$

$\text{m} = \frac{y - c}{x}$

Multiplying both sides by $x$:

$\text{mx} = y - c$

Rearranging the terms, we get:

$\text{y} = \text{mx} + \text{c}$

This is the equation of the line in slope-intercept form.

2. Point-Slope Form:

This form is used when the slope ($m$) of the line and the coordinates of a point $(x_1, y_1)$ that the line passes through are known.

The equation of a line with slope $m$ passing through the point $(x_1, y_1)$ is:

$\text{y} - \text{y}_1 = \text{m(x} - \text{x}_1)$

... (ix)

Derivation:

Diagram showing a line passing through point (x1,y1) with slope m. Generic point (x,y) is also on the line.

Consider a line with slope $m$ passing through the point $(x_1, y_1)$.

Let $(x, y)$ be any other arbitrary point on this line.

Since $(x_1, y_1)$ and $(x, y)$ are two points on the line, the slope of the line must be equal to the slope calculated using these two points. Using the slope formula (vi):

$\text{m} = \frac{y - y_1}{x - x_1}$

Assuming $x \neq x_1$, multiply both sides by $(x - x_1)$:

$\text{m(x} - \text{x}_1) = y - y_1$

Rearranging the terms, we get the point-slope form:

$\text{y} - \text{y}_1 = \text{m(x} - \text{x}_1)$

If $x = x_1$ for all points on the line, then the line is vertical, its slope is undefined, and its equation is $x = x_1$. In this case, the point-slope form is not applicable.

3. Two-Point Form:

This form is used when the coordinates of two distinct points $(x_1, y_1)$ and $(x_2, y_2)$ that the line passes through are known.

The equation of a line passing through two distinct points $(x_1, y_1)$ and $(x_2, y_2)$ is:

$\frac{y - y_1}{x - x_1} = \frac{y_2 - y_1}{x_2 - x_1}$

... (x)

This formula is valid provided $x_1 \neq x_2$ and $y_1 \neq y_2$.

If $x_1 \neq x_2$, the slope of the line is $m = \frac{y_2 - y_1}{x_2 - x_1}$.

Derivation:

Consider the line passing through points $P(x_1, y_1)$ and $Q(x_2, y_2)$. Let $R(x, y)$ be any other arbitrary point on this line.

Diagram showing a line passing through points P(x1,y1) and Q(x2,y2). Generic point R(x,y) is also on the line. Showing similar triangles formed by perpendiculars to axes.

Since P, Q, and R lie on the same straight line, the slope of the segment PR must be equal to the slope of the segment PQ.

Slope of PR = $\frac{y - y_1}{x - x_1}$ (assuming $x \neq x_1$)

Slope of PQ = $\frac{y_2 - y_1}{x_2 - x_1}$ (assuming $x_1 \neq x_2$)

Equating the slopes:

$\frac{y - y_1}{x - x_1} = \frac{y_2 - y_1}{x_2 - x_1}$

This is the two-point form of the equation of a line. It is essentially the point-slope form where the slope $m$ is substituted by $\frac{y_2 - y_1}{x_2 - x_1}$ and $(x_1, y_1)$ is used as the known point.

4. Intercept Form:

This form is used when the x-intercept and the y-intercept of the line are known. The x-intercept is the x-coordinate of the point where the line crosses the x-axis (i.e., a point $(a, 0)$). The y-intercept is the y-coordinate of the point where the line crosses the y-axis (i.e., a point $(0, b)$).

The equation of a line with x-intercept $a$ (where $a \neq 0$) and y-intercept $b$ (where $b \neq 0$) is:

$\frac{x}{a} + \frac{y}{b} = 1$

... (xi)

This form is not applicable if the line passes through the origin $(0, 0)$ because in that case, both intercepts are 0, and the equation $\frac{x}{0} + \frac{y}{0} = 1$ is undefined. Lines passing through the origin have the form $y=mx$ or $x=0$ or $y=0$.

Derivation:

Consider a line that makes x-intercept $a$ and y-intercept $b$. This means the line passes through the points $(a, 0)$ and $(0, b)$.

We can use the two-point form (Formula (x)) with $(x_1, y_1) = (a, 0)$ and $(x_2, y_2) = (0, b)$.

$\frac{y - 0}{x - a} = \frac{b - 0}{0 - a}$

$\frac{y}{x - a} = \frac{b}{-a}$

Cross-multiplying:

$-ay = b(x - a)$

$-ay = bx - ab$

Rearranging the terms to get a positive constant term $ab$:

$\text{bx} + ay = ab$

Now, divide the entire equation by $ab$ (since $a \neq 0, b \neq 0$, $ab \neq 0$):

$\frac{bx}{ab} + \frac{ay}{ab} = \frac{ab}{ab}$

$\frac{\cancel{b}x}{a\cancel{b}} + \frac{\cancel{a}y}{\cancel{a}b} = 1$

$\frac{x}{a} + \frac{y}{b} = 1$

This is the equation of the line in intercept form.

5. General Form of a Linear Equation:

Any straight line in the Cartesian plane can be represented by a linear equation of the form:

$\text{Ax} + \text{By} + \text{C} = 0$

... (xii)

Where A, B, and C are real numbers, and A and B are not both zero ($A^2 + B^2 \neq 0$).

This is the most general form. All other forms can be converted to this form, and this form can be used to determine properties like slope and intercepts (if they exist).

Finding Slope and Intercepts from General Form:

Given the equation $Ax + By + C = 0$:


Angle Between Two Lines

Given two non-vertical lines with slopes $m_1$ and $m_2$, they intersect at a point and form two angles: an acute angle and an obtuse angle (which sum to $180^\circ$).

Let $\theta_1$ and $\theta_2$ be the angles of inclination of the two lines, so $m_1 = \tan \theta_1$ and $m_2 = \tan \theta_2$.

Diagram showing two intersecting lines with angles of inclination theta1 and theta2. The angle between the lines is phi = theta2 - theta1 (or vice versa).

The angle ($\phi$) between the two lines is given by the difference in their angles of inclination, i.e., $\phi = \theta_2 - \theta_1$ or $\phi = \theta_1 - \theta_2$.

Using the tangent subtraction formula, $\tan(\alpha - \beta) = \frac{\tan \alpha - \tan \beta}{1 + \tan \alpha \tan \beta}$:

$\tan \phi = \tan(\theta_2 - \theta_1) = \frac{\tan \theta_2 - \tan \theta_1}{1 + \tan \theta_1 \tan \theta_2}$

Substituting $m_1 = \tan \theta_1$ and $m_2 = \tan \theta_2$:

$\tan \phi = \frac{m_2 - m_1}{1 + m_1 m_2}$

... (xiii)

This formula gives the tangent of one of the angles between the lines. The other angle is $180^\circ - \phi$. The tangent of the other angle is $\tan(180^\circ - \phi) = -\tan \phi$.

If we want to find the acute angle between the lines, we take the absolute value of the tangent:

$\tan \phi_{\text{acute}} = \left| \frac{m_2 - m_1}{1 + m_1 m_2} \right|$

... (xiv)

This formula is valid provided $1 + m_1 m_2 \neq 0$, which means $m_1 m_2 \neq -1$.

Conditions for Parallel and Perpendicular Lines (using Slopes):

The angle formula leads directly to the conditions for lines to be parallel or perpendicular:


Distance of a Point from a Line

The perpendicular distance from a given point to a given straight line is the shortest distance between the point and the line.

Let $P(x_1, y_1)$ be the given point, and let the equation of the line be in the general form $Ax + By + C = 0$. The perpendicular distance $d$ from point $P$ to the line is given by the formula:

$\text{d} = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$

... (xvii)

The expression $|Ax_1 + By_1 + C|$ in the numerator is the absolute value of the result obtained by substituting the coordinates of the point $(x_1, y_1)$ into the expression $Ax + By + C$. The denominator $\sqrt{A^2 + B^2}$ is related to the normalization factor of the normal vector to the line.

Note: The derivation of this formula is a bit more involved and often done using methods involving projection or finding the intersection of the perpendicular line from the point to the given line. For the scope here, it's important to know and apply the formula.


Distance Between Two Parallel Lines

The distance between two parallel lines is the perpendicular distance between any point on one line and the other line. This distance is constant everywhere along the parallel lines.

Consider two parallel lines with equations in the general form. Since they are parallel, their slopes are equal, which means the coefficients of $x$ and $y$ are proportional. We can write their equations as:

$Ax + By + C_1 = 0$

$Ax + By + C_2 = 0$

Note that A and B are the same in both equations (if they are proportional, you can multiply one equation by a constant to make them equal). Also, $C_1 \neq C_2$, otherwise, the lines would be identical.

To find the distance between these lines, take any point on the first line $Ax + By + C_1 = 0$. A simple point can be found by setting $x=0$ (if $B \neq 0$), which gives $By + C_1 = 0 \implies y = -C_1/B$. So, a point is $(0, -C_1/B)$. If $B=0$, then $A \neq 0$, and the line is $Ax + C_1 = 0$, giving $x=-C_1/A$. A point is $(-C_1/A, 0)$. Let's use the point $(x_1, y_1)$ where $Ax_1 + By_1 + C_1 = 0$.

Now, find the perpendicular distance from this point $(x_1, y_1)$ to the second line $Ax + By + C_2 = 0$ using the distance of a point from a line formula (xvii):

$\text{d} = \frac{|A x_1 + B y_1 + C_2|}{\sqrt{A^2 + B^2}}$

Since $(x_1, y_1)$ lies on the first line $Ax + By + C_1 = 0$, we know that $Ax_1 + By_1 = -C_1$.

Substitute this into the numerator:

$\text{d} = \frac{|-C_1 + C_2|}{\sqrt{A^2 + B^2}}$

$\text{d} = \frac{|C_2 - C_1|}{\sqrt{A^2 + B^2}}$

... (xviii)

This is the formula for the distance between two parallel lines. Note that the absolute value $|C_2 - C_1|$ is the same as $|C_1 - C_2|$.



Circle

A circle is a fundamental shape in geometry, defined by a specific property related to distance. In coordinate geometry, we describe this property using equations involving the coordinates of points.

Formally, a circle is the locus of a point in a plane that moves such that its distance from a fixed point in the plane is always constant.

Let the fixed point (centre) be $C(h, k)$ and the constant distance (radius) be $r$. If $P(x, y)$ is any point on the circle, then the distance between $P$ and $C$ must be equal to $r$. We can express this relationship using the distance formula.


Equation of a Circle

The equation of a circle is the algebraic representation of the locus of a point satisfying the definition of a circle. Different forms of the equation are useful depending on the information given about the circle.

1. Standard Form (Centre-Radius Form):

This is the most intuitive form of the circle's equation, directly derived from its definition.

Let the centre of the circle be $C(h, k)$ and its radius be $r$. Let $P(x, y)$ be any point on the circle. By the definition of a circle, the distance between the centre $C(h, k)$ and any point $P(x, y)$ on the circle is equal to the radius $r$.

Using the distance formula between $C(h, k)$ and $P(x, y)$:

$\text{d}(C, P) = \sqrt{(x - h)^2 + (y - k)^2}$

[Using Distance Formula (i) from Straight Line section]

Since this distance must be equal to the radius $r$:

$\sqrt{(x - h)^2 + (y - k)^2} = r$

To eliminate the square root, square both sides of the equation:

$(x - h)^2 + (y - k)^2 = r^2$

... (i)

This is the standard form or centre-radius form of the equation of a circle. It explicitly shows the coordinates of the centre $(h, k)$ and the square of the radius $r^2$.

Special Case: Circle with Centre at the Origin

If the centre of the circle is at the origin $(0, 0)$, i.e., $h=0$ and $k=0$, the standard equation simplifies to:

$(x - 0)^2 + (y - 0)^2 = r^2$

$\text{x}^2 + \text{y}^2 = \text{r}^2$

... (ii)

This is the equation of a circle centered at the origin with radius $r$.

Example 1. Find the equation of the circle with centre at (2, -1) and radius 3.

Answer:

Given: Centre $(h, k) = (2, -1)$ and Radius $r = 3$.

We use the standard form of the equation of a circle (Formula (i)):

$(x - h)^2 + (y - k)^2 = r^2$

[Standard form]

Substitute the given values of $h$, $k$, and $r$:

$(x - 2)^2 + (y - (-1))^2 = 3^2$

$(x - 2)^2 + (y + 1)^2 = 9$

[Equation of the circle]

This is the required equation of the circle in standard form. We can also expand this equation to get it in the general form:

$(x^2 - 4x + 4) + (y^2 + 2y + 1) = 9$

[Expanding the squares]

$\text{x}^2 - 4x + 4 + \text{y}^2 + 2y + 1 - 9 = 0$

[Rearranging terms]

$\text{x}^2 + \text{y}^2 - 4x + 2y - 4 = 0$

[General form]

Both forms represent the same circle.


2. General Form:

The equation of a circle can also be expressed in a more general algebraic form. By expanding the standard form $(x - h)^2 + (y - k)^2 = r^2$, we get:

$(x^2 - 2hx + h^2) + (y^2 - 2ky + k^2) = r^2$

$\text{x}^2 + \text{y}^2 - 2hx - 2ky + h^2 + k^2 - r^2 = 0$

This equation is in the form of a quadratic equation in $x$ and $y$. We can simplify this by introducing new constants. Let $-2h = 2g$, $-2k = 2f$, and $h^2 + k^2 - r^2 = c$. Substituting these into the equation gives the general form of the equation of a circle:

$\text{x}^2 + \text{y}^2 + 2gx + 2fy + \text{c} = 0$

... (iii)

Here, $g$, $f$, and $c$ are real constants. For this equation to represent a circle, it must be possible to rewrite it in the standard form $(x - h)^2 + (y - k)^2 = r^2$ with a positive radius squared.

Finding Centre and Radius from General Form:

Given the general equation $x^2 + y^2 + 2gx + 2fy + c = 0$, we can find the coordinates of the centre and the radius by rearranging the terms and completing the square for the $x$ and $y$ variables.

Group the $x$ terms and $y$ terms together and move the constant term to the right side:

$(x^2 + 2gx) + (y^2 + 2fy) = -c$

Complete the square for the $x$ terms by adding $(g)^2$ to both sides, and for the $y$ terms by adding $(f)^2$ to both sides. Remember that completing the square for $z^2 + 2az$ involves adding $a^2$ to form $(z+a)^2$.

$(x^2 + 2gx + g^2) + (y^2 + 2fy + f^2) = -c + g^2 + f^2$

Rewrite the terms in parentheses as perfect squares:

$(x + g)^2 + (y + f)^2 = g^2 + f^2 - c$

Comparing this equation to the standard form $(x - h)^2 + (y - k)^2 = r^2$, we can identify the centre and the radius:

Nature of the Circle based on $g^2 + f^2 - c$:

The nature of the graph represented by the equation $x^2 + y^2 + 2gx + 2fy + c = 0$ depends on the value of $g^2 + f^2 - c$:

Example 2. Find the centre and radius of the circle with the equation $x^2 + y^2 - 6x + 4y - 3 = 0$.

Answer:

The given equation is $x^2 + y^2 - 6x + 4y - 3 = 0$. This is in the general form $x^2 + y^2 + 2gx + 2fy + c = 0$.

By comparing the given equation with the general form, we can find the values of $2g$, $2f$, and $c$:

$\text{Coefficient of x: } 2g = -6$

[From equation]

$\implies g = \frac{-6}{2} = -3$

$\text{Coefficient of y: } 2f = 4$

[From equation]

$\implies f = \frac{4}{2} = 2$

$\text{Constant term: } c = -3$

[From equation]

The coordinates of the centre are $(-g, -f)$.

$\text{Centre } = (-(-3), -2) = (3, -2)$

[Coordinates of Centre]

The square of the radius is $r^2 = g^2 + f^2 - c$.

$\text{r}^2 = (-3)^2 + (2)^2 - (-3)$

$\text{r}^2 = 9 + 4 + 3 = 16$

[Square of Radius]

The radius $r$ is the positive square root of $r^2$:

$\text{r} = \sqrt{16} = 4$

[Radius]

The centre of the circle is (3, -2) and the radius is 4 units.

Alternative Method (Completing the Square):

Start with the given equation: $x^2 + y^2 - 6x + 4y - 3 = 0$.

Group x-terms, y-terms, and move constant to RHS:

$(x^2 - 6x) + (y^2 + 4y) = 3$

Complete the square for x-terms (add $(-6/2)^2 = (-3)^2 = 9$) and y-terms (add $(4/2)^2 = (2)^2 = 4$) to both sides:

$(x^2 - 6x + 9) + (y^2 + 4y + 4) = 3 + 9 + 4$

$(x - 3)^2 + (y + 2)^2 = 16$

This is the standard form $(x - h)^2 + (y - k)^2 = r^2$.

Comparing $(x - 3)^2$ with $(x - h)^2$, we get $h=3$.

Comparing $(y + 2)^2$ with $(y - k)^2$, we get $y - (-2))^2$, so $k=-2$.

Comparing $r^2$ with 16, we get $r^2 = 16$, so $r = \sqrt{16} = 4$ (taking the positive root).

The centre is (3, -2) and the radius is 4, which matches the previous method.


Other Forms and Properties of the Circle Equation

Besides the standard and general forms, there are other useful forms of the circle equation derived from specific geometric conditions.

1. Equation of a Circle with Endpoints of a Diameter:

If the endpoints of a diameter of a circle are given as $A(x_1, y_1)$ and $B(x_2, y_2)$, the equation of the circle can be found using the property that any point $P(x, y)$ on the circumference (other than A or B) forms a right angle ($\angle APB = 90^\circ$) with the diameter.

The slope of AP is $m_{AP} = \frac{y - y_1}{x - x_1}$ (if $x \neq x_1$).

The slope of BP is $m_{BP} = \frac{y - y_2}{x - x_2}$ (if $x \neq x_2$).

Since AP is perpendicular to BP, the product of their slopes is -1 (for non-vertical/horizontal lines, using condition (xvi) from Straight Line section):

$\text{m}_{AP} \times \text{m}_{BP} = -1$

$\left(\frac{y - y_1}{x - x_1}\right) \left(\frac{y - y_2}{x - x_2}\right) = -1$

Multiplying both sides by $(x - x_1)(x - x_2)$:

$(y - y_1)(y - y_2) = -(x - x_1)(x - x_2)$

$(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$

... (iv)

This equation also holds if $P$ is one of the endpoints A or B. This is the equation of the circle with the given endpoints as the diameter.

2. Equation of a Circle Touching the Coordinate Axes:

If a circle touches one or both of the coordinate axes, its radius is related to the coordinates of its centre.



Parabola

The parabola is one of the important curves studied in coordinate geometry, belonging to the family of conic sections. A conic section is a curve obtained by intersecting a cone with a plane. Depending on the angle of the plane, we get different shapes like circles, ellipses, parabolas, and hyperbolas.

Geometrically, a parabola is defined as the locus of a point that moves in a plane such that its distance from a fixed point (called the focus) is equal to its distance from a fixed straight line (called the directrix). The constant ratio of these distances is called the eccentricity, and for a parabola, the eccentricity is always equal to 1 ($e=1$).

Let's define the key terms associated with a parabola:


Standard Equations of a Parabola with Vertex at Origin

The standard equations of a parabola are derived based on the definition using the distance formula, assuming the vertex is at the origin $(0, 0)$ and the axis of the parabola lies along one of the coordinate axes. Let the distance from the vertex to the focus (and also from the vertex to the directrix) be denoted by '$a$', where $a > 0$.

Derivation of the Standard Equation ($y^2 = 4ax$):

Consider the case where the vertex is at the origin $(0, 0)$ and the axis of the parabola is the positive x-axis.

Since the vertex is at $(0, 0)$ and the distance from the vertex to the focus is $a$, the focus $F$ will be at $(a, 0)$ on the positive x-axis.

Since the vertex is the midpoint of the perpendicular from the focus to the directrix, and the vertex is $(0, 0)$ and the focus is $(a, 0)$, the directrix must be a vertical line perpendicular to the x-axis at a distance $a$ to the left of the vertex. The equation of the directrix is $x = -a$, which can be written as $x + a = 0$.

Diagram illustrating the derivation of y^2=4ax. Point P(x,y), Focus F(a,0), Directrix x=-a, Foot of perpendicular M(-a,y). Distances PF and PM are shown equal.

Let $P(x, y)$ be any point on the parabola. According to the definition, the distance from $P$ to the focus $F(a, 0)$ is equal to the distance from $P$ to the directrix $x = -a$.

The distance from $P(x, y)$ to $F(a, 0)$ using the distance formula (from section on Straight Line):

$\text{PF} = \sqrt{(x - a)^2 + (y - 0)^2} = \sqrt{(x - a)^2 + y^2}$

The distance from $P(x, y)$ to the directrix $x + a = 0$ is the perpendicular distance, which is the distance along a horizontal line from $P$ to the point on the directrix with the same y-coordinate. The point on the directrix is $M(-a, y)$.

$\text{PM} = \sqrt{(x - (-a))^2 + (y - y)^2} = \sqrt{(x + a)^2 + 0^2} = \sqrt{(x + a)^2} = |x + a|$

By the definition of the parabola, $\text{PF} = \text{PM}$.

$\sqrt{(x - a)^2 + y^2} = |x + a|$

Squaring both sides:

$(x - a)^2 + y^2 = (x + a)^2$

Expand both sides:

$x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2$

Subtract $x^2$ and $a^2$ from both sides:

$-2ax + y^2 = 2ax$

Add $2ax$ to both sides:

$\text{y}^2 = 4ax$

... (i)

This is the standard equation of a parabola that opens to the right.

The Four Standard Forms (Vertex at Origin, Axis along Coordinate Axis):

By placing the focus on different parts of the coordinate axes, we get four standard forms:

1. $y^2 = 4ax$ (Opens Rightward)

Graph of parabola y^2 = 4ax showing vertex, focus, directrix, axis, and latus rectum

2. $y^2 = -4ax$ (Opens Leftward)

Here, the focus is on the negative x-axis at $(-a, 0)$, and the directrix is the vertical line $x=a$.

Graph of parabola y^2 = -4ax showing vertex, focus, directrix, axis, and latus rectum

3. $x^2 = 4ay$ (Opens Upward)

Here, the focus is on the positive y-axis at $(0, a)$, and the directrix is the horizontal line $y=-a$.

Graph of parabola x^2 = 4ay showing vertex, focus, directrix, axis, and latus rectum

4. $x^2 = -4ay$ (Opens Downward)

Here, the focus is on the negative y-axis at $(0, -a)$, and the directrix is the horizontal line $y=a$.

Graph of parabola x^2 = -4ay showing vertex, focus, directrix, axis, and latus rectum

Example 1. Find the focus, equation of the directrix, and length of the latus rectum of the parabola $y^2 = 12x$.

Answer:

The given equation of the parabola is $y^2 = 12x$.

This equation is in the standard form $y^2 = 4ax$.

Comparing the coefficient of $x$ in the given equation and the standard form:

$\text{4a} = 12$

[Comparing coefficients of x]

Solve for $a$:

$\text{a} = \frac{12}{4} = 3$

[Value of a]

Since the equation is of the form $y^2 = 4ax$ and $a=3 > 0$, the parabola has its vertex at the origin $(0, 0)$, its axis along the positive x-axis, and opens towards the right.

Now, we can find the required properties using the value of $a=3$:

  • Focus: For $y^2 = 4ax$, the focus is at $(a, 0)$.

    Focus is at $(3, 0)$.

  • Equation of the Directrix: For $y^2 = 4ax$, the equation of the directrix is $x = -a$.

    Equation of directrix is $x = -3$, or $x + 3 = 0$.

  • Length of the Latus Rectum: For $y^2 = 4ax$, the length of the latus rectum is $4a$.

    $\text{Length of Latus Rectum} = 4 \times 3 = 12$

    The length of the latus rectum is 12 units.


Example 2. Find the equation of the parabola with vertex at (0,0) and focus at (0, -2).

Answer:

Given: Vertex $V = (0, 0)$ and Focus $F = (0, -2)$.

Since the vertex is at the origin and the focus is at $(0, -2)$, the axis of the parabola is the y-axis (as the focus lies on the y-axis).

The focus $(0, -2)$ is below the vertex $(0, 0)$. This indicates that the parabola opens downward.

The standard form of a downward-opening parabola with vertex at the origin is $x^2 = -4ay$, where $a$ is the distance from the vertex to the focus.

The distance $a$ is the distance between $(0, 0)$ and $(0, -2)$. Using the distance formula:

$\text{a} = \sqrt{(0 - 0)^2 + (-2 - 0)^2} = \sqrt{0^2 + (-2)^2} = \sqrt{4} = 2$

[Distance from vertex to focus]

So, the value of $a$ is 2.

Substitute $a=2$ into the standard equation $x^2 = -4ay$:

$\text{x}^2 = -4(2)y$

$\text{x}^2 = -8y$

[Equation of the parabola]

The equation of the parabola is $x^2 = -8y$.


Parabolas with Vertex not at the Origin

If the vertex of the parabola is shifted from the origin $(0, 0)$ to a new point $(h, k)$, the equations of the parabola change accordingly. The shape and orientation relative to its axis remain the same, but the entire graph is translated.

The transformation from a coordinate system with origin at $(0,0)$ to a new system with origin at $(h, k)$ is given by replacing $x$ with $(x-h)$ and $y$ with $(y-k)$. Applying this transformation to the standard equations:

These forms allow us to work with parabolas whose vertices are not necessarily at the origin, extending the application of the standard forms. Expanding these equations will result in the general form of a parabola, which is a second-degree equation where either $x^2$ or $y^2$ is present, but not both $x^2$ and $y^2$ with the same coefficient (as in a circle) or both present (as in ellipse/hyperbola).